home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMDISPLAYSETTINGS / TFRMDISPLAYSETTINGS.txt
Encoding:
Text File  |  2003-01-14  |  6.3 KB  |  260 lines

  1. inherited frmDisplaySettings: TfrmDisplaySettings
  2.   Left = 395
  3.   Top = 22
  4.   HelpContext = 22
  5.   Caption = 'Display'
  6.   OldCreateOrder = True
  7.   OnShow = FormShow
  8.   PixelsPerInch = 96
  9.   TextHeight = 13
  10.   inherited pnlTop: TPanel
  11.     inherited lblCommandName: TLabel
  12.       Caption = 'Display'
  13.     end
  14.     inherited memActionDesc: TMemo
  15.       Lines.Strings = (
  16.         
  17.           'Changes the current resolution and/or color depth settings on th' +
  18.           'e specified '
  19.         'display device.')
  20.     end
  21.   end
  22.   inherited pnlCenter: TPanel
  23.     inherited pgcControlPage: TPageControl
  24.       inherited tbsAM5Main: TTabSheet
  25.         object Label3: TLabel
  26.           Left = 10
  27.           Top = 153
  28.           Width = 119
  29.           Height = 13
  30.           AutoSize = False
  31.           Caption = '&Width:'
  32.           FocusControl = edtWidth
  33.         end
  34.         object Label5: TLabel
  35.           Left = 134
  36.           Top = 153
  37.           Width = 119
  38.           Height = 13
  39.           AutoSize = False
  40.           Caption = '&Height:'
  41.           FocusControl = edtHeight
  42.         end
  43.         object Label7: TLabel
  44.           Left = 10
  45.           Top = 65
  46.           Width = 119
  47.           Height = 13
  48.           AutoSize = False
  49.           Caption = '&Color depth (bits):'
  50.           FocusControl = edtColorDepth
  51.         end
  52.         object Label9: TLabel
  53.           Left = 134
  54.           Top = 65
  55.           Width = 123
  56.           Height = 13
  57.           AutoSize = False
  58.           Caption = 'Display &frequency:'
  59.           FocusControl = edtFrequency
  60.         end
  61.         object Label8: TLabel
  62.           Left = 10
  63.           Top = 118
  64.           Width = 21
  65.           Height = 13
  66.           Caption = 'Less'
  67.         end
  68.         object Label10: TLabel
  69.           Left = 209
  70.           Top = 118
  71.           Width = 24
  72.           Height = 13
  73.           Caption = 'More'
  74.         end
  75.         object Label1: TLabel
  76.           Left = 10
  77.           Top = 16
  78.           Width = 223
  79.           Height = 13
  80.           AutoSize = False
  81.           Caption = '&Display device:'
  82.           FocusControl = cbxDisplayDevices
  83.         end
  84.         object gbxCurrentSettings: TGroupBox
  85.           Left = 262
  86.           Top = 16
  87.           Width = 197
  88.           Height = 137
  89.           Caption = 'Current display settings'
  90.           TabOrder = 7
  91.           object Label2: TLabel
  92.             Left = 16
  93.             Top = 24
  94.             Width = 129
  95.             Height = 13
  96.             AutoSize = False
  97.             Caption = 'Resolution:'
  98.           end
  99.           object lblResolution: TLabel
  100.             Left = 28
  101.             Top = 40
  102.             Width = 22
  103.             Height = 13
  104.             Caption = '???'
  105.             Font.Charset = DEFAULT_CHARSET
  106.             Font.Color = clWindowText
  107.             Font.Height = -11
  108.             Font.Name = 'MS Sans Serif'
  109.             Font.Style = [fsBold]
  110.             ParentFont = False
  111.           end
  112.           object Label4: TLabel
  113.             Left = 16
  114.             Top = 60
  115.             Width = 129
  116.             Height = 13
  117.             AutoSize = False
  118.             Caption = 'Color depth:'
  119.           end
  120.           object lblColorDepth: TLabel
  121.             Left = 28
  122.             Top = 76
  123.             Width = 22
  124.             Height = 13
  125.             Caption = '???'
  126.             Font.Charset = DEFAULT_CHARSET
  127.             Font.Color = clWindowText
  128.             Font.Height = -11
  129.             Font.Name = 'MS Sans Serif'
  130.             Font.Style = [fsBold]
  131.             ParentFont = False
  132.           end
  133.           object Label6: TLabel
  134.             Left = 16
  135.             Top = 96
  136.             Width = 129
  137.             Height = 13
  138.             AutoSize = False
  139.             Caption = 'Frequency:'
  140.           end
  141.           object lblFrequency: TLabel
  142.             Left = 28
  143.             Top = 112
  144.             Width = 22
  145.             Height = 13
  146.             Caption = '???'
  147.             Font.Charset = DEFAULT_CHARSET
  148.             Font.Color = clWindowText
  149.             Font.Height = -11
  150.             Font.Name = 'MS Sans Serif'
  151.             Font.Style = [fsBold]
  152.             ParentFont = False
  153.           end
  154.         end
  155.         object comTest: TButton
  156.           Left = 262
  157.           Top = 165
  158.           Width = 197
  159.           Height = 25
  160.           Caption = '&Test chosen display settings'
  161.           TabOrder = 6
  162.           OnClick = comTestClick
  163.         end
  164.         object edtColorDepth: TComboBox
  165.           Left = 10
  166.           Top = 81
  167.           Width = 100
  168.           Height = 21
  169.           ItemHeight = 13
  170.           TabOrder = 1
  171.           OnChange = edtColorDepthChange
  172.         end
  173.         object edtFrequency: TComboBox
  174.           Left = 134
  175.           Top = 81
  176.           Width = 100
  177.           Height = 21
  178.           ItemHeight = 13
  179.           TabOrder = 2
  180.           OnChange = edtFrequencyChange
  181.         end
  182.         object edtWidth: TComboBox
  183.           Left = 10
  184.           Top = 169
  185.           Width = 100
  186.           Height = 21
  187.           ItemHeight = 13
  188.           TabOrder = 4
  189.           OnChange = edtWidthChange
  190.           OnKeyUp = edtWidthKeyUp
  191.         end
  192.         object edtHeight: TComboBox
  193.           Left = 134
  194.           Top = 169
  195.           Width = 100
  196.           Height = 21
  197.           ItemHeight = 13
  198.           TabOrder = 5
  199.           OnChange = edtHeightChange
  200.           OnKeyUp = edtHeightKeyUp
  201.         end
  202.         object trbResolution: TTrackBar
  203.           Left = 34
  204.           Top = 114
  205.           Width = 172
  206.           Height = 27
  207.           Orientation = trHorizontal
  208.           PageSize = 1
  209.           Frequency = 1
  210.           Position = 0
  211.           SelEnd = 0
  212.           SelStart = 0
  213.           TabOrder = 3
  214.           TickMarks = tmBottomRight
  215.           TickStyle = tsAuto
  216.           OnChange = trbResolutionChange
  217.         end
  218.         object cbxDisplayDevices: TComboBox
  219.           Left = 10
  220.           Top = 32
  221.           Width = 224
  222.           Height = 21
  223.           ItemHeight = 13
  224.           TabOrder = 0
  225.           OnChange = cbxDisplayDevicesChange
  226.         end
  227.       end
  228.     end
  229.   end
  230.   inherited dxSIBarManager: TdxBarManager
  231.     Categories.ItemsVisibles = (
  232.       2)
  233.     Categories.Visibles = (
  234.       True)
  235.     PopupMenuLinks = <
  236.       item
  237.         Control = lsvAM5Errors
  238.         PopupMenu = dxCheckPopup
  239.       end>
  240.     DockControlHeights = (
  241.       0
  242.       0
  243.       0
  244.       0)
  245.   end
  246.   inherited dxCheckPopup: TdxBarPopupMenu
  247.     ItemLinks = <
  248.       item
  249.         Item = itmCheckAllErrors
  250.         UserGlyph.Data = {00000000}
  251.         Visible = True
  252.       end
  253.       item
  254.         Item = itmCheckNoErrors
  255.         UserGlyph.Data = {00000000}
  256.         Visible = True
  257.       end>
  258.   end
  259. end
  260.